c56fa7
@@ -416,6 +416,7 @@
private void createInputPartition() throws HiveException {
     void close() {
       if ( inputPart != null ) {
         inputPart.close();
+        inputPart = null;
       }
       tabFn.close();
       if ( next != null ) {
